home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Macademic for Students & Teachers
/
Macademic for Students and Teachers (Quantum Leap)(1992).iso
/
Mathematics
/
GraphStack-Quadratic Eq.
/
card_8645.txt
< prev
next >
Wrap
Text File
|
1988-09-05
|
395b
|
15 lines
-- card: 8645 from stack: in.
-- bmap block id: 0
-- flags: 4000
-- background id: 8954
-- name: 7
----- HyperTalk script -----
on mouseUp
if the mouseLoc is within "4,5,134,68" then
set visible of fld "Vertex" to NOT visible of fld "Vertex"
end if
if the mouseLoc is within "4,65,134,146" then
set visible of fld "Variables" to NOT visible of fld "Variables"
end if
end mouseUp